| lcImgRefGetPixel | Home |
|
BOOL lcImgRefGetPixel ( HANDLE hImgRef, int iX, int iY, double* pX, double* pY, int* pColor ); |
| hImgRef | |
| Handle to a image reference object. | |
| iX iY | |
| Indices of image pixel. | |
| pX | |
| Pointer to the variable that will receive X coordinate of the pixel. | |
| pY | |
| Pointer to the variable that will receive Y coordinate of the pixel. | |
| pColor | |
| Pointer to the variable that will receive color value of the pixel. | |
| If the function succeeds, the return value is nonzero (TRUE). |